home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
movies
/
amazing.dir
/
00038_Script_38
< prev
Wrap
Text File
|
1998-01-13
|
339b
|
18 lines
on ButtonAnim
repeat with t = 2 to 5
set the puppet of sprite(t) to TRUE
if rollover(t) then
set the blend of sprite(t) to 100
else
set the blend of sprite(t) to 0
end if
end repeat
end
on ResetPuppet
repeat with t = 2 to 5
set the puppet of sprite(t) to FALSE
end repeat
end